projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
587941f
)
(ps-print-region-function): Fix :type.
author
Dave Love
<fx@gnu.org>
Wed, 7 Feb 2001 23:43:05 +0000
(23:43 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 7 Feb 2001 23:43:05 +0000
(23:43 +0000)
lisp/ps-print.el
patch
|
blob
|
history
diff --git
a/lisp/ps-print.el
b/lisp/ps-print.el
index 18e463ded6ebf3997fbb2b45ee39860fbd7d8c3a..502ded397fdb729f1479c742f76a1cb787f34f8d 100644
(file)
--- a/
lisp/ps-print.el
+++ b/
lisp/ps-print.el
@@
-1654,7
+1654,7
@@
an explicit filename is given as the last argument."
"*Specify a function to print the region on a PostScript printer.
See definition of `call-process-region' for calling conventions. The fourth and
the sixth arguments are both nil."
- :type '
function
+ :type '
(choice (const nil) function)
:group 'ps-print-printer)
(defcustom ps-manual-feed nil